home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000030_news@columbia.edu _Fri Feb 16 01:06:37 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id BAA27822 for <kermit.misc@watsun>; Fri, 16 Feb 1996 01:06:37 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id BAA05113 for kermit.misc@watsun; Fri, 16 Feb 1996 01:06:32 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  5. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Kermit - Escaping to local mode in batch mode. URGENT!
  8. Date: 16 Feb 1996 06:06:14 GMT
  9. Organization: Columbia University
  10. Lines: 25
  11. Message-ID: <4g16sm$4vj@apakabar.cc.columbia.edu>
  12. References: <4fqncp$mkk@igate2.pt.cyanamid.com> <4fsutm$ilp@apakabar.cc.columbia.edu> <4fviat$467@igate2.pt.cyanamid.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4fviat$467@igate2.pt.cyanamid.com>,
  16. Bala Balakrishnan  <balakrishnanb@cyanamid.com> wrote:
  17. >Kermit on the OS/2 is running in server mode waiting for an incoming 
  18. >connection. All I need is a script which I can start from Cron on the
  19. >unix side to be able to login to the OS/2 and get the files. 
  20.  
  21.  
  22. then all you should need to do is say 
  23.  
  24.     kermit <scriptfile>
  25.  
  26. where <scriptfile> does something like
  27.  
  28. set network tcp/ip
  29. set host <os2machine> <portnumber>
  30. if failure end
  31. get <files>
  32. send <files>
  33. ....
  34. hangup
  35. exit
  36. Jeffrey Altman * PO Box 220415 * Great Neck, NY * 11022-0415 * (516) 466-5495
  37.                * 612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  38.   C-Kermit 5A(191) for OS/2:   http://www.columbia.edu/kermit/cko191.html
  39.   Kermit 95 for Windows 95 :   http://www.columbia.edu/kermit/k95.html